home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Mac OS 8.5 Updaters / RealPC⁄Soft Windows / SoftWindows / SoftWindows Upgrade Disk / INSIGNIA / FOR_W95 / INF / INSMINI.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1998-08-24  |  2.1 KB  |  86 lines

  1. ; SCCSID = @(#)u.insmini.inf    1.2 12/23/96 
  2. ;
  3. ; INSMINI.INF
  4. ;  Required by Windows 95 for installing the mouse minidriver, and
  5. ;  to update SYSTEM.INI and the registry with information
  6. ;  pertinent to the driver.
  7. ;
  8. ; Copyright (C) 1996 Insignia Solutions PLC
  9. ;  Created 02/04/96 by Stephen Thomas
  10. ;  Adapted from u.islmouse.inf
  11.  
  12. [Version]
  13. Signature="$CHICAGO$"
  14. Class=Mouse
  15. Provider=%Mfg%
  16.  
  17. [Manufacturer]
  18. %Mfg%=InsigniaMfg
  19.  
  20. [InsigniaMfg]
  21. %*ISL0F0D.DeviceDesc%=Insignia,*ISL0F0D,*PNP0F0D
  22.  
  23. [DestinationDirs]
  24. DefaultDestDir = 11        ; LDID_SYS
  25. Insignia.Copy  = 11        ; LDID_SYS
  26. INF.Copy       = 17        ; LDID_INF
  27.  
  28. [SourceDisksNames]
  29. 91=%InsMiniDisk%,,1
  30.  
  31. [SourceDisksFiles]
  32. InsMini.vxd=91
  33. InsMini.inf=91
  34.  
  35. [Prev.DelReg]
  36. HKR,,DevLoader
  37. HKR,,MouseDriver
  38. HKR,,MouseType
  39. HKR,,ComInfo
  40. ;;;HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\DriverPages"
  41.  
  42. ; -------------- Insignia mouse
  43. [Insignia]
  44. DelReg=Prev.DelReg
  45. AddReg=Insignia.AddReg
  46. CopyFiles=Insignia.Copy,INF.Copy
  47. UpdateInis=Insignia.Ini
  48. UpdateIniFields=Insignia.UpdateIniFields
  49. LogConfig=Insignia.LogConfig
  50.  
  51. [Insignia.AddReg]
  52. HKR,,DevLoader,,*vmouse
  53. HKR,,MouseDriver,,insmini.vxd
  54. HKR,,MouseType,,"%*ISL0F0D.DeviceDesc%"
  55. HKR,,NoSetupUI,,1
  56.  
  57. [Insignia.LogConfig]        
  58. ConfigPriority=HARDWIRED
  59. IOConfig=23c-23f(3ff::)
  60. IRQConfig=9
  61.  
  62. [Insignia.UpdateIniFields]
  63. win.ini, windows, load, *gui.exe,,1        ; Genius MouseMate
  64. win.ini, windows, load, *wbuttons.exe,,1    ; Logitech MouseWare
  65. win.ini, windows, load, *xpoint.exe,,1        ; NEC / LCS Mouse Options
  66.  
  67. [Insignia.Copy]
  68. insmini.vxd
  69.  
  70. [INF.Copy]
  71. insmini.inf
  72.  
  73. [Insignia.Ini]
  74. ; n.b. we shouldn't have to reset the display driver to 'spcmswd.drv'
  75. ; here, but unless we do, Windows 95 seems to reset it to 'pnpdrvr.drv'
  76. ; for some reason ....
  77. system.ini,boot,"mouse.drv=*","mouse.drv=mouse.drv"
  78. system.ini,boot,"display.drv=*","display.drv=spcmswd.drv"
  79. system.ini,boot.description,"mouse.drv=*","mouse.drv=%*ISL0F0D.DeviceDesc%"
  80. system.ini,386Enh,"mouse=*","mouse=*vmouse"
  81.  
  82. [strings]
  83. InsMiniDisk="Insignia Drivers Directory"
  84. Mfg="Insignia Solutions"
  85. *ISL0F0D.DeviceDesc="Insignia Solutions Mouse"
  86.